FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / AsyncExt Class / WaitResult Method / WaitResult<TResult,TProgress>(IAsyncOperationWithProgress<TResult,TProgress>) Method

In This Topic
    WaitResult<TResult,TProgress>(IAsyncOperationWithProgress<TResult,TProgress>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function WaitResult
        (Of TResult,TProgress)( _
       ByVal asyncOperation As IAsyncOperationWithProgress(Of TResult,TProgress) _
    ) As TResult

    Parameters

    asyncOperation

    Type Parameters

    TResult
    TProgress
    See Also